home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Bureautique / Flat File Checker / FlaFi.0.7.2.0.exe / FlatFileChecker.exe.config < prev    next >
Extensible Markup Language  |  2010-08-21  |  2KB  |  48 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.     <configSections>
  4.         <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
  5.             <section name="FlatFileChecker.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
  6.         </sectionGroup>
  7.     </configSections>
  8.     <system.diagnostics>
  9.         <sources>
  10.             <!-- This section defines the logging configuration for My.Application.Log -->
  11.             <source name="DefaultSource" switchName="DefaultSwitch">
  12.                 <listeners>
  13.                     <add name="FileLog"/>
  14.                     <!-- Uncomment the below section to write to the Application Event Log -->
  15.                     <!--<add name="EventLog"/>-->
  16.                 </listeners>
  17.             </source>
  18.         </sources>
  19.       <!-- Uncomment the below section to enable trace to text file -->
  20.       <!--  <trace autoflush="false" indentsize="4">
  21.               <listeners>
  22.                 <add name="MyLogListener"
  23.                   type="System.Diagnostics.TextWriterTraceListener"
  24.                   initializeData="C:\logs\trace.log" />
  25.                 <remove name="Default" />
  26.               </listeners>
  27.             </trace>
  28.       <switches>
  29.             <add name="DefaultSwitch" value="0" />
  30.         </switches>
  31.        -->
  32.         <sharedListeners>
  33.             <add name="FileLog"
  34.                  type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
  35.                  initializeData="FileLogWriter"/>
  36.             <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
  37.             <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
  38.         </sharedListeners>
  39.     </system.diagnostics>
  40.     <userSettings>
  41.         <FlatFileChecker.My.MySettings>
  42.             <setting name="DataPreviewMaxRows" serializeAs="String">
  43.                 <value>1000</value>
  44.             </setting>
  45.         </FlatFileChecker.My.MySettings>
  46.     </userSettings>
  47. </configuration>
  48.